gila_all <- read_csv("data_gmocc-all-nv.csv")
## Rows: 1477 Columns: 29
## ── Column specification ────────────────────────────────────────────────────────
## Delimiter: ","
## chr (11): site_id, tran_id, date, obs_1, obs_2, obs_3, air_temp, rel_hum, d...
## dbl (17): detection, obs_num, col_point, utm_x, utm_y, elev, avg_wind_spd, ...
## time (1): time
##
## ℹ Use `spec()` to retrieve the full column specification for this data.
## ℹ Specify the column types or set `show_col_types = FALSE` to quiet this message.
gila_tracks <- filter(gila_all, det_type_strict != "v")
gila_vis <- filter(gila_all, det_type_strict != "s")
## `geom_smooth()` using formula = 'y ~ x'
